home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / docs / misc / KeyCheck.lha / KeyCheck / KeyCheck.script < prev    next >
Encoding:
Text File  |  1998-03-05  |  222 b   |  15 lines

  1. echo "press '1' and <RETURN> on the main keyboard or F1 to exit without testing"
  2. lab start
  3. keycheck 1
  4. if warn
  5. echo Key pressed
  6. skip ende
  7. endif
  8. keycheck 50
  9. if warn
  10. skip ende
  11. endif
  12. skip start BACK
  13. lab ende
  14. echo "exiting..."
  15.